home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 013 / cohort.arc / COHORT.DOC < prev   
Encoding:
Text File  |  1986-01-02  |  5.5 KB  |  152 lines

  1.  
  2.  
  3.                           Cohort Version 1.0
  4.                                Guy Gallo
  5.                             January 2, 1986
  6.  
  7.  
  8.  
  9.      1  Purpose
  10.  
  11.      A Printer / Directory Utility for the IBM (and close
  12.           compatibles).
  13.  
  14.      Cohort allows you to access and change several common
  15.           printer functions, such as print pitch, page length,
  16.           bold, italic, underline.
  17.  
  18.      Cohort is completely configurable
  19.  
  20.      Cohort includes a 66 line notepad.
  21.  
  22.      Cohort includes several common DOS operations (Dir, Erase,
  23.           Rename, Copy, Print, Chkdsk).
  24.  
  25.      Cohort can be run either of two ways:  as a standalone
  26.           program from the DOS level;  or as a Memory Resident
  27.           program.
  28.  
  29.  
  30.      2  Usage
  31.  
  32.           2.1  Loading
  33.  
  34.           Cohort can be loaded into memory and then invoked by a
  35.                single keystroke from within any application
  36.                program.
  37.  
  38.           In order to make Cohort memory resident, type COHORT /L
  39.                at the DOS prompt.
  40.  
  41.           The current HotKey (the key used to access Cohort from
  42.                within other programs) will be displayed.
  43.  
  44.           Cohort will use approximately 67K of memory.  And this
  45.                memory can be reclaimed (ONLY FROM THE DOS LEVEL!)
  46.                by selecting "Unload Cohort" under the "Setup"
  47.                menu.
  48.  
  49.  
  50.           2.2  Configuration
  51.  
  52.                2.2.1  HotKey
  53.  
  54.                The current HotKey can be changed at any time by
  55.                     selecting the "HotKey..." option under the
  56.                     "Setup" menu.
  57.  
  58.                This enables you to change the HotKey if there is
  59.                     an incompatiblity between the default HotKey
  60.                     (Alt-F10) and your application program.
  61.  
  62.                This change can be made permanent by selecting
  63.                     "Save settings" under the "Setup" menu.  The
  64.                     next time you load Cohort, the new HotKey
  65.                     will be in effect.
  66.  
  67.                NOTE:  In order to "Save settings":  the program
  68.                     MUST be named COHORT.COM, and it must be
  69.                     available in the currently active directory.
  70.  
  71.  
  72.                2.2.2  Printer codes
  73.  
  74.                The default printer for Cohort is the HP
  75.                     ThinkJet.  As a result, several of the menu
  76.                     options (such as Doublestrike and Italic) are
  77.                     inapplicable.  And the codes for these
  78.                     functions (visible via the "Edit control
  79.                     codes" option of the "Setup" menu) are empty.
  80.  
  81.                Each of the thirteen codes are easily changed.
  82.                     Simply find the appropriate codes in your
  83.                     printer manual, select "Edit control codes",
  84.                     enter the codes USING THE ACTUAL CONTROL
  85.                     CODES.  Be aware that the ASCII symbol for
  86.                     the keys stroke will appear.  For instance if
  87.                     you press <^O>, you will see <>.  It is
  88.                     important to realize that the Escape code
  89.                     itself is entered, NOT by pressing the <Esc>
  90.                     key, but by pressing <^[>.  What you will see
  91.                     is: <>.
  92.  
  93.                Once you have entered the appropriate codes, you
  94.                     can save them permanently by selecting "Save
  95.                     settings" under the "Setup" menu.
  96.  
  97.                NOTE:  In order to "Save settings":  the program
  98.                     MUST be named COHORT.COM, and it must be
  99.                     available in the currently active directory.
  100.  
  101.                NOTE:  One control code will not appear on the
  102.                     screen, although you CAN enter it:  this is
  103.                     the NUL character.  It is <^@> and is entered
  104.                     by holding down the ctrl key and
  105.                     simultaneously selecting Shift-2 (or <@>).
  106.                     This control code is part of the sequence for
  107.                     "Inches per page".  What you see is only
  108.                     <C>.  The NUL, being nul, is invisible...
  109.  
  110.                NOTE:  both Page Length and Inches per page take
  111.                     the following form:
  112.  
  113.                    <escape sequence><user supplied number>
  114.  
  115.                for instance:  Page Length is <C#>.  If the code
  116.                     for page length on your printer is not of
  117.                     this form, leave me a message...
  118.  
  119.  
  120.      3  Credits
  121.  
  122.           Cohort was written in Turbo Pascal V3.0B;  using
  123.           utilities by Nostradamus and Neil Rubenking;
  124.  
  125.           The menuing system is adapted from Borland's Turbo
  126.           Editor ToolBox.  The typewriter is adapted from TSCRIPT
  127.           by Keven Menningen.  The memory residency code is by
  128.           Lane Ferris.
  129.  
  130.  
  131.  
  132.      4  Payment
  133.  
  134.           If you find this program useful and wish to make a
  135.           contribution, please send it to:
  136.  
  137.                              Guy Gallo
  138.                              c/o The Harvard Club
  139.                              27 West 44th Street
  140.                              New York New York 10032
  141.  
  142.  
  143.           You can address any suggestions or bug-finds to that
  144.           address, or leave a message on any of the following
  145.           Electronic Bulletin Boards:
  146.  
  147.           The Invention Factory - 1-212-431-1194
  148.           PCSI - 1-212-924-6598
  149.           TextBase - 1-212-826-8827
  150.           Gene Plantz Chicago IBBS.
  151.  
  152.